home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 1995-05-31 | 45.5 KB | 1,400 lines
'************************************************************************** '* MS Test script for Win32s, WinG, and Shanghai Great Moments '************************************************************************** ''$DEFINE DEBUG ''Define for script development/debugging ''XXX ''$define MYDEBUG '' define for script development' '$INCLUDE 'setupapi.inc' '$INCLUDE 'msdetect.inc' '*-------------------------------[ Constants ]------------------------------*' const MIN_DRIVE_SPACE = 12000000 '' 12 megs const LOGO = 1 ''Bitmap ID const InfFile$ = "shgm.inf" ' const ErrStr$ = "**** ERROR ****: " const CUIDLL$ = "mscuistf.dll" const hlpOFFSET = 10 '' add to dialog ID to get help dlg ID const verNOT_EXIST = 0 const verIS_OLDER = 1 const verINCOMPLETE = 2 const verSAME_BUT_MISSING = 3 const verSAME_AND_VALID = 4 const verIS_NEWER = 5 '*-------------------------------[ Dialog IDs ]-----------------------------*' const dlgWELCOME = 100 '' Welcome dialog box const hlpWELCOME = 110 '' Help msgbox for welcome dialog const dlgASKQUIT = 200 '' Confirm quit install dialog ''Finished! dialog boxes '' const EXITSUCCESS = 700 '' Successful install msgbox const dlgOK_NEED_W32S_WING = 710 '' Install ok, but still need WinG/W32s const dlgOK_NEED_W32S = 720 '' Install ok, but still need W32s const dlgOK_NEED_WING = 730 '' Install ok, but still need WinG '' Final dialog boxes '' const dlgRESTART_MUST = 740 const dlgRESTART_PLEASE = 750 const dlgBADDISKSPACE = 10000 '' insufficient space on disk const dlgBADDISKSPACEEXT = 10010 '' insufficient space on disk for '' extensions const dlgBADPATH = 10100 '' bad path msgbox const dlgBADDRIVE = 10110 '' bad drive msgbox '' Status dialog boxes const dlgSCANW32S = 300 '' Checking for Win32s files const dlgSCANWING = 301 '' Checking for WinG files const dlgCHECKSPACE = 350 '' Checking disk space '' Notify install/skip-install dialogs '' const dlgW32S = 5000 const dlgWING = 5100 const dlgSHGM = 5200 '' this one asks for destination path const dlgNO_SHARE = 1330 '' const hlpNO_SHARE = 1010 '' Help msgbox for no-share warning '' Confirmation dialog boxes '' const dlgCONFIRM_OVER_W32S = 2000 const dlgCONFIRM_OVER_WING = 2010 const dlgCONFIRM_SKIP_W32S = 2100 const dlgCONFIRM_SKIP_WING = 2110 '' Install failure codes that also correspond to dialog msgbox id numbers '' const exitFAILURE = 400 '' generic Failure msgbox const exitFAILW32S = 410 '' Win32s install failure const exitFAILWING = 420 '' WinG install failure const exitFAILSHGM = 430 '' SHGM install failure const exitQUIT = 600 '' User quit install msgbox '' System config errors that cause install failure '' const sysfailNOTWIN31 = 1200 '' const sysfailNOTENH = 1300 '' Not enhanced mode Win3.1x failure const sysfailNOTPAGING = 1325 '' No VM enabled failure const sysfailNOTINTEL = 1350 const sysFAILRUNAPP = 1360 '' Win32s failure (Win32s active) const sysfailNT31 = 1365 '' version of NT was less than 3.5 const sysfail256COLOR = 1370 '' 256 color mode not detected const verSKU$ = "SKU" '' Main SKU const verPOP$ = "POP" '' POP demo const verCVR$ = "CVR" '' Cover demo '*------------------------------[ Misc Globals ]----------------------------*' global driveWinSys$ '' Drive Windows is on global dirWinSys$ '' Windows\System directory. global dirWinSysWin32s$ '' Windows\System\Win32s directory global dirSHGM$ '' SHGM destination directory global SrcDir$ '' Source directory (where the .INF file is) '' status flags global onWin31% '' 0 = not 3.1x, 1 = on Win3.1x global win32Enabled% '' 0 = not enabled, 1 = enabled global prevW32s% '' set to one of the ver?????? constants global prevWinG% '' set to one of the ver?????? constants global szW32OldVer$ global boolLog% '' 0 = logfile closed, 1 = logfile open global instVers$ '*-------------------------------[ Prototypes ]-----------------------------*' declare sub InstallWin32sFiles declare sub InstallWinGFiles declare sub InstallSHGMFiles declare function RebootSystem AS INTEGER declare function MakePath (szDir$, szFile$) AS STRING declare sub dputs(arg1$) '' print string to logfile or debug screen with '\n' declare sub W32SAddToCopyList declare sub WINGAddToCopyList declare sub SHGMAddToCopyList declare function InstallVFlatD as integer declare function DoesSectionFilesExist(szSection$,szDirPath$,dlgID%) as integer declare function Have256Colors as integer declare function ConfirmDialog(dlgID%) as integer '*-------------------------[ External DLL functions ]-----------------------*' '$ifdef MYDEBUG declare function OutputDebugString LIB "KRNL386.EXE" (arg1$) as integer '$endif declare function OnWindowsNT LIB "INIUPD.DLL" AS INTEGER declare function PagingEnabled LIB "INIUPD.DLL" AS INTEGER declare function ShareEnabled LIB "INIUPD.DLL" AS INTEGER declare function IsWin32sLoaded LIB "INIUPD.DLL" (arg1$) AS INTEGER declare function IsRunningApp LIB "INIUPD.DLL" AS INTEGER declare function SetCuiFlags LIB "MSCUISTF.DLL" (arg1%, arg2%) AS INTEGER declare function ExitWindowsExec LIB "USER.EXE" (arg1$, arg2$) AS INTEGER '' WinG stuff declare function VflatdPresent LIB "setuphlp.DLL" AS INTEGER declare function RestartWindows LIB "setuphlp.DLL" AS INTEGER ''declare function OnWin3x LIB "setuphlp.DLL" AS INTEGER ''declare function GetRealSystemDir LIB "setuphlp.DLL" (szDir$,cbBuf%) AS INTEGER ''declare function IsWin32FileNewer LIB "setuphlp.DLL" (szOrig$,szNew$) AS INTEGER ''declare sub RenameFilePlease LIB "setuphlp.DLL" (szOrig$,szNew$) '' Custom stuff in UTILS.DLL to update SYSTEM.INI declare function UpdateIniW32S LIB "utils.dll" as integer declare function UpdateIniWING LIB "utils.dll" as integer '*----------------------------[ Start of script ]---------------------------*' INIT: HELPPROC$ = "FHelpDlgProc" '' Help dialog procedure szW32OldVer$ = "1.00.000 " '' Reserve space in string for version szW32sOldJVer$ = "1.15.103.0" szW32sCurJVer$ = "1.16.103.0" '' bools onWin31% = 0 win32Enabled% = 0 '' flags to indicate existence or previous versions prevW32s% = ver_NOT_EXIST prevWinG% = ver_NOT_EXIST okW32S% = 0 okWING% = 0 okSHGM% = 0 instW32S% = 0 instWING% = 0 instSHGM% = 0 doAddDVA% = 0 warnNeedW32S% = 0 warnNeedWING% = 0 systemIniBackedUp% = 0 ON ERROR goto ERRNORMAL '' Read in the .INF file '' SrcDir$ = GetSymbolValue("STF_SRCDIR") szInf$ = GetSymbolValue("STF_SRCINFPATH") if szInf$ = "" then szInf$ = GetSymbolValue("STF_CWDDIR") + InfFile$ endif ReadInfFile szInf$ '' Setup a pretty looking screen :) '' SetBitmap CUIDLL$, LOGO SetTitle "ÅπèCâOâîü[âgüEâéü[âüâôâc ÄGÄÅùpæ╠î▒ö┼ âZâbâgâAâbâv" '' Determine install type instVers$ = GetSymbolValue("VER_INSTALL") '' Determine install directories '' dirWinSys$ = GetWindowsSysDir() dirWinSysWin32s$ = dirWinSys$ + "WIN32S\" driveWinSys$ = MID$(GetWindowsDir, 1, 1) driveNeeds$ = "DriveNeeds" '$IFDEF DEBUG i% = SetSizeCheckMode(scmOnIgnore) '' could use scmOff; def = scmOnFatal driveWinSys$ = MID$(GetWindowsDir, 1, 1) if IsDriveValid(driveWinSys$) = 0 then i% = DoMsgBox("Windows drive ('"+driveWinSys$+"') is not a valid drive.", "DEBUG", MB_TASKMODAL+MB_ICONHAND+MB_OK) goto Quit endif '$ENDIF ''DEBUG ExitCode% = EXITSUCCESS '*-------------------------[ Check Min Requirements ]-----------------------*' '' Can not run on versions less than 3.10. dputs("---- Checking Windows version") if GetWindowsMajorVersion < 3 then dputs(ErrStr$ + "Windows version less than 3.1") ExitCode% = sysfailNOTWIN31 goto Quit endif if GetWindowsMajorVersion = 3 AND GetWindowsMinorVersion < 10 then dputs(ErrStr$ + "Windows version less than 3.1") ExitCode% = sysfailNOTWIN31 goto Quit endif '' Make sure we're not in standard mode, nor are we on a RISC system if GetWindowsMode < 2 then if OnWindowsNT() then dputs(ErrStr$ + "RISC computer running Windows NT (only Intel supported)") ExitCode% = sysfailNOTINTEL '' Running on Windows NT (on RISC) else dputs(ErrStr$ + "Standard mode Windows detected") ExitCode% = sysfailNOTENH '' Standard Mode Windows endif goto Quit endif '' Make sure display is configured for 256 color mode if Have256Colors = 0 then dputs("Display not configured for 256 color mode") ExitCode% = sysfail256COLOR goto Quit else dputs("Display configured for 256 color mode") endif '*-------------------------[ Get program directory ]------------------------*' PromptInstall: i% = SetCuiFlags(0,0) sz$ = UIStartDlg(CUIDLL$, dlgWELCOME, "FInfoDlgProc", hlpWELCOME, HELPPROC$) if sz$ = "CONTINUE" then UIPop 1 else gosub AskQuit goto PromptInstall endif '' Determine available drives driveList$ = "DrivesList" GetLocalHardDrivesList(driveList$) GetSHGMDest: numDrives% = GetListLength(driveList$) dirSHGM$ = "" if (numDrives% <> 0) then for i%= 1 to numDrives% step 1 sz$ = GetListItem(driveList$,i%) avail& = GetFreeSpaceForDrive(sz$) if avail& >= MIN_DRIVE_SPACE then dirSHGM$ = sz$ + ":\SHGMJC\" exit for endif next i% endif if dirSHGM$ = "" then dirSHGM$ = driveWinSys$ + ":\SHGMJC\" endif SetSymbolValue "EditTextIn", dirSHGM$ SetSymbolValue "EditFocus", "END" GetSHGMDest1: sz$ = UIStartDlg(CUIDLL$, dlgSHGM, "FEditDlgProc", dlgSHGM + hlpOFFSET, HELPPROC$) if sz$ = "CONTINUE" then dirSHGM$ = GetSymbolValue("EditTextOut") dirSHGM$ = LTRIM$(RTRIM$(dirSHGM$)) '' Validate new drive w$ = MID$(dirSHGM$,1,1) if IsDriveValid(w$) = 0 then gosub BadDrive goto GetSHGMDest1 endif ''Validate new path. if IsDirWritable(dirSHGM$) = 0 then gosub BadPath goto GetSHGMDest1 endif '' Make sure drive has sufficient free space '' Making sure we take into account an already existent '' SH3.DS file '' i% = GetDrive needed& = MIN_DRIVE_SPACE szDS$ = MakePath(MakePath(dirSHGM$,"DATA"),"SH3.DS") if DoesFileExist(szDS$,femExists) = 1 then if GetSizeOfFile(szDS$) > needed& then '' EEK! gosub BadDriveSpace goto GetSHGMDest1 else needed& = needed& - GetSizeOfFile(szDS$) endif endif szDS$ = "" if GetFreeSpaceForDrive(w$) < needed& then gosub BadDriveSpace goto GetSHGMDest1 endif UIPop 1 elseif sz$ = "REACTIVATE" then goto GetSHGMDest1 else gosub AskQuit goto GetSHGMDest endif '' Create the directory if possible ExitCode% = exitFAILSHGM ''XXX '' sz$ = MakePath(dirSHGM$,"SHGM") '' if DoesDirExist(sz$) = 0 then if DoesDirExist(dirSHGM$) = 0 then CreateDir dirSHGM$, cmoNone endif '' Terminate if unhandled fatal error if ERR <> 0 then goto Quit endif '' Open logfile OpenLogFile MakePath(dirSHGM$,"SHGM.LOG"), 0 boolLog% = 1 '' Terminate if unhandled fatal error if ERR <> 0 then goto Quit endif if DoesDirExist(MakePath(dirSHGM$,"DATA")) = 0 then CreateDir MakePath(dirSHGM$,"DATA"), cmoNone endif SetRestartDir dirSHGM$ '' Terminate if unhandled fatal error if ERR <> 0 then goto Quit endif ExitCode% = EXITSUCCESS '*-------------------------[ Check if Win32s needed ]-----------------------*' if OnWindowsNT() then dputs(" Windows NT detected") if GetWindowsMajorVersion * 100 + GetWindowsMinorVersion < 350 then dputs(ErrStr$ + "Windows NT version was less than 3.5") ExitCode% = sysfailNT31 goto Quit else dputs(" Version of WinNT is at least 3.5") dputs(" Win32s install is NOT required") ExitCode% = EXITSUCCESS win32Enabled% = 1 okW32S% = 1 goto CheckForWinG endif endif '' Check that we are not running on Chicago, including pre-released '' Chicago versions. if GetWindowsMajorVersion * 100 + GetWindowsMinorVersion > 350 then dputs(" Pre-release Chicago or Win95 detected") dputs(" Win32s install is NOT required") ExitCode% = EXITSUCCESS win32Enabled% = 1 okW32S% = 1 goto CheckForWinG endif '*----------------------------[ Check for Win32s ]--------------------------*' '' We're on Win3.1x or WFW3.1x '' onWin31% = 1 dputs(" Windows 3.1x detected") '' Make sure paging has been enabled if PagingEnabled() = 0 then dputs(ErrStr$ + "Virtual memory (paging) is not enabled") ExitCode% = sysfailNOTPAGING '' Enhanced mode but not paging goto Quit endif '' Make sure share has been enabled '' Failure to have SHARE enabled is not fatal, we just inform the '' user that he/she should setup Windows to have SHARE enabled '' if ShareEnabled() = 0 then PromptNoShare: sz$ = UIStartDlg(CUIDLL$, dlgNO_SHARE, "FInfoDlgProc", hlpNO_SHARE, HELPPROC$) UIPop 1 if sz$ = "REACTIVATE" then goto PromptNoShare elseif sz$ <> "CONTINUE" then ExitCode% = exitQUIT goto Quit endif endif '' Get version of Win32s to be installed from version info in .INF file szNewVer$ = GetSectionKeyVersion("WindowsSystem", "win32s16.dll") dputs("---- Checking Win32s presence") '' Check if Win32s is partially installed by determining if '' WIN32S.INI file exists dputs(" Checking for existence of file WIN32S.INI") if DoesIniKeyExist(dirWinSys$ + "WIN32S.INI", "Win32s", "Setup") = 0 then dputs(" WIN32S.INI file was NOT found") prevW32s% = verNOT_EXIST '' no WIN32S.INI file found (no Win32s found) goto Win32sCheckDone endif dputs(" WIN32S.INI file was found") '' sz$ = GetIniKeyString (dirWinSys$ + "WIN32S.INI", "Win32s", "Setup") '' If Setup key in WIN32S.INI is not valid then suggest re-install '' if sz$ <> "1" then dputs(" [Setup] section in WIN32S.INI describes previous install failure") prevW32s% = verINCOMPLETE '' Previously incomplete install detected goto Win32sCheckDone endif '' If Win32s is already installed, get running version number '' i% = DoesFileExist( dirWinSys$ + "W32SYS.DLL", femExists ) if i% <> 1 then prevW32s% = verINCOMLPETE '' no W32SYS.DLL found (no Win32s found) goto Win32sCheckDone endif i% = IsWin32sLoaded(szW32OldVer$) if i% = 0 then prevW32s% = verINCOMPLETE '' Previously incomplete install detected goto Win32sCheckDone endif if szW32sOldJVer$ = szW32OldVer$ then dputs(" Current installed version of Win32s is " + szW32sCurJVer$) endif if szW32sOldJVer$ <> szW32OldVer$ then dputs(" Current installed version of Win32s is " + szW32OldVer$) endif '' If older Win32s, then tell user that we would like to overwrite if szW32sOldJVer$ > szW32OldVer$ then prevW32s% = verIS_OLDER '' Old version found goto Win32sCheckDone endif '' Newer or equal version detected on system if szW32sOldJVer$ = szW32OldVer$ then dputs(" Identical version of Win32s files detected") dputs("") dputs("--- Now checking to make sure that all required Win32s") dputs(" files are present on the system") dputs("") if DoesSectionFilesExist("WindowsSystemWin32s",dirWinSysWin32s$,dlgSCANW32S) <> 1 then dputs(" Since one or more Win32s files are missing,") dputs(" a Win32s re-install is recommended") dputs("") prevW32s% = verSAME_BUT_MISSING '' Same version detected, goto Win32sCheckDone elseif DoesSectionFilesExist("WindowsSystem",dirWinSys$,dlgSCANW32S) <> 1 then dputs(" Since one or more Win32s files are missing,") dputs(" a Win32s re-install is recommended") dputs("") prevW32s% = verSAME_BUT_MISSING '' Same version detected, goto Win32sCheckDone endif prevW32s% = verSAME_AND_VALID '' Valid Win32s already present okW32S% = 1 else prevW32s% = verIS_NEWER '' Newer Win32s detected okW32S% = 1 endif win32Enabled% = 1 '' say Win32s already enabled goto Win32sCheckDone Win32sCheckDone: '*------------------[ Confirm Win32s Install/Skip-install ]-----------------*' dlg% = prevW32s% + dlgW32S dlgHelp% = dlg% + hlpOFFSET if prevW32s% = verNOT_EXIST then dputs("Win32s was not detected: install of Win32s suggested") elseif prevW32s% = verINCOMPLETE then dputs("Win32s install suggested: previous install was incomplete") elseif prevW32s% = verIS_OLDER then dputs("Win32s install suggested: older version detected") elseif prevW32s% = verSAME_BUT_MISSING then dputs("Win32s install suggested: One or more Win32s files were missing") elseif prevW32s% = verSAME_AND_VALID then dputs("Win32s install NOT suggested: A valid Win32s exists") elseif prevW32s% = verIS_NEWER then dputs("Win32s install NOT suggested: A newer Win32s exists") else dputs("Internal error") error STFERR endif PromptNotifyWin32sInstall: sz$ = UIStartDlg(CUIDLL$, dlg%, "FInfoDlgProc", dlgHelp%, HELPPROC$) if (sz$ = "EXIT") or (sz$ = "CANCEL") then gosub AskQuit goto PromptNotifyWin32sInstall elseif sz$ = "REACTIVATE" then goto PromptNotifyWIn32sInstall elseif sz$ = "CONTINUE" then '' User chose CONTINUE or INSTALL UIPop 1 if (prevW32s% = verSAME_AND_VALID) or (prevW32s% = verIS_NEWER) then '' Button was CONTINUE goto CheckForWinG else '' Button was INSTALL goto DoW32sInstall endif else '' User chose SKIP, or OVERWRITE if (prevW32s% = verSAME_AND_VALID) or (prevW32s% = verIS_NEWER) then '' Button was OVERWRITE if (ConfirmDialog(dlgCONFIRM_OVER_W32S) = 1) then UIPop 1 dputs("*** Though Win32s install is not recommended,") dputs(" User has chosen to overwrite existing Win32s files") goto DoW32sInstall else ''UIPop 1 goto PromptNotifyWin32sInstall endif else '' Button was SKIP if (ConfirmDialog(dlgCONFIRM_SKIP_W32S) = 1) then dputs("*** Though Win32s install is suggested,") dputs(" User has chosen not to (re)install Win32s") warnNeedW32s% = 1 '' warn user later UIPop 1 goto CheckForWinG else ''UIPop 1 goto PromptNotifyWin32sInstall endif endif UIPop 1 endif DoW32SInstall: '' Make sure Win32s has not already been installed and '' currently providing services for a Win32s application if (IsRunningApp() <> 0) then dputs("Win32s can not be (re)installed: A Win32 application is running") ExitCode% = sysFAILRUNAPP goto Quit endif '' Add Win32s files to copy list dputs("---- User chose to install Win32s, adding Win32s files to global copy list") instW32S% = 1 W32SAddToCopyList '*----------------------[ Check if WinG install needed ]--------------------*' CheckForWinG: dputs("---- Checking for WinG presence") dputs(" Checking for existence of file WING.DLL in Windows System directory") if DoesFileExist(dirWinSys$ + "wing.dll", femExists) <> 1 then dputs(" WING.DLL not found (WinG not install), WinG install suggested") prevWinG% = verNOT_EXIST '' no WinG detected goto WinGCheckDone endif szNewVer$ = GetSectionKeyVersion("WinG", "wing.dll") szCurrVer$ = GetVersionOfFile(dirWinSys$ + "wing.dll") dputs(" WinG found on system") dputs(" Supplied version is: " + szNewVer$) dputs(" Current version is: " + szCurrVer$) if (szNewVer$ > szCurrVer$) then dputs(" Older version of WinG was found, WinG re-install recommended") prevWinG% = verIS_OLDER elseif (szNewVer$ < szCurrVer$) then dputs(" Newer version of WinG was found, WinG install is NOT suggested") prevWinG% = verIS_NEWER '' newer version found elseif (szNewVer$ = szCurrVer$) then dputs(" Same version detected") dputs("") dputs("--- Now checking to make sure that all required WinG") dputs(" files are present on the system") dputs("") if DoesSectionFilesExist("WinG",dirWinSys$,dlgSCANWING) <> 1 then dputs(" Since one or more WinG files are missing,") dputs(" a WinG re-install is recommended") dputs("") prevWinG% = verSAME_BUT_MISSING '' Some files are missing else dputs(" WinG configuration seems valid, WinG install is NOT suggested") prevWinG% = verSAME_AND_VALID '' version is equivalent and files exist endif endif WinGCheckDone: if (prevWinG% = verSAME_AND_VALID) then dputs("Newer version of WinG found, WinG install NOT suggested") elseif (prevWinG% = verIS_NEWER) then dputs("Valid version of WinG found, WinG install NOT suggested") else dputs("WinG installation suggested") endif dlg% = prevWinG% + dlgWING dlgHelp% = dlg% + hlpOFFSET if prevWinG% = verNOT_EXIST then dputs("WinG was not detected: install of WinG suggested") elseif prevWinG% = verIS_OLDER then dputs("WinG install suggested: older version detected") elseif prevWinG% = verSAME_BUT_MISSING then dputs("WinG install suggested: One or more WinG files were missing") elseif prevWinG% = verSAME_AND_VALID then dputs("WinG install NOT suggested: A valid WinG exists") elseif prevWinG% = verIS_NEWER then dputs("WinG install NOT suggested: A newer WinG exists") else '' Internal error dputs("**** Internal error ****") endif PromptWinGInstall: sz$ = UIStartDlg(CUIDLL$, dlg%, "FInfoDlgProc", dlgHelp%, HELPPROC$) if (sz$ = "EXIT") or (sz$ = "CANCEL") then gosub AskQuit goto PromptWinGInstall elseif sz$ = "REACTIVATE" then goto PromptWinGInstall elseif sz$ = "CONTINUE" then '' User chose CONTINUE or INSTALL UIPop 1 if (prevWinG% = verSAME_AND_VALID) or (prevWinG% = verIS_NEWER) then '' Button was CONTINUE goto CheckWinDriveCosts else '' Button was INSTALL goto DoWinGInstall endif else '' User chose SKIP, or OVERWRITE if (prevWinG% = verSAME_AND_VALID) or (prevWinG% = verIS_NEWER) then '' Button was OVERWRITE if (ConfirmDialog(dlgCONFIRM_OVER_WING) = 1) then UIPop 1 dputs("*** Though WinG install is not recommended,") dputs(" User has chosen to overwrite existing WinG files") goto DoWinGInstall else ''UIPop 1 goto PromptWinGInstall endif else '' Button was SKIP if (ConfirmDialog(dlgCONFIRM_SKIP_WING) = 1) then dputs("*** Though WinG install is suggested,") dputs(" User has chosen not to (re)install WinG") warnNeedWING% = 1 UIPop 1 goto CheckWinDriveCosts else ''UIPop 1 goto PromptWinGInstall endif endif UIPop 1 endif DoWinGInstall: '' XXX If possible, make sure WinG is not currently running and providing '' services to an application '' Add WinG files to copy list dputs("---- User chose to install WinG, adding WinG files to global copy list") instWING% = 1 WINGAddToCopyList '*-------------------[ Check cost of installing W32s/WinG ]-----------------*' CheckWinDriveCosts: CursorSave% = ShowWaitCursor() CWDC: sz$ = UIStartDlg(CUIDLL$,dlgCHECKSPACE,"FModelessDlgProc", 0, "") if sz$ = "REACTIVATE" then goto CWDC endif dputs("---- Determining disk space needs") i% = GetCopyListCost("",driveNeeds$,"") lenList% = GetListLength(driveNeeds$) for i% = 1 to 26 step 1 cost& = val(GetListItem(driveNeeds$,i%)) if (cost& <> 0) then '' Determine drive w$ = chr$(i% + asc("A") - 1) if GetFreeSpaceForDrive(w$) < cost& then '' Insufficient disk space to update Windows UIPop 1 RestoreCursor CursorSave% ExitCode% = dlgBADDISKSPACEEXT goto Quit endif endif next i% UIPop 1 RestoreCursor CursorSave% ClearCopyList '*-------------------------[ Perform Win32s Install ]-----------------------*' if instW32S% = 0 then goto InstallWinG endif dputs("---- Now installing Win32s") '' Indicate Win32s install failure until all files known to be copied. '' if DoesIniKeyExist(dirWinSys$ + "WIN32S.INI", "Win32s", "Setup") = 0 then CreateIniKeyValue dirWinSys$ + "WIN32S.INI", "Win32s", "Setup", "0", cmoOverwrite endif ExitCode% = exitFAILW32S ERR = 0 CreateDir dirWinSysWin32s$, cmoNone InstallWin32sFiles ''XXX will ERR always be 0 on success? (even if files could not be ''copied and had to be put into the restart list?) '' '' Terminate if unhandled fatal error if ERR <> 0 then goto Quit endif '' Make backup of SYSTEM.INI '' Add/Update "device=W32S.386" to SYSTEM.INI under [386Enh] '' Add/Update "drivers=mmsystem.dll winmm16.dll" to SYSTEM.INI under [boot] '' if (systemIniBackedUp% = 0) then dputs("Creating backup of SYSTEM.INI") dputs(" backup name: " + MakePath(dirSHGM$,"SYSTEM.SGM")) CopyFile MakePath(GetWindowsDir,"SYSTEM.INI"),MakePath(dirSHGM$,"SYSTEM.SGM"),cmoForce,0 systemIniBackedUp% = 1 endif '' Terminate if unhandled fatal error if ERR <> 0 then goto Quit endif dputs("Updating SYSTEM.INI file:") dputs(" adding device=W32SYS.386 statement to SYSTEM.INI") t% = UpdateIniW32S() if t% = 0 then dputs(ErrStr$ + "Win32s install failure: Unable to Update SYSTEM.INI") goto Quit endif '' Terminate if unhandled fatal error if ERR <> 0 then goto Quit endif '' Update WIN32S.INI file '' dputs("Updating WIN32S.INI") CreateIniKeyValue dirWinSys$ + "WIN32S.INI", "Win32s", "Setup", "1", cmoOverwrite CreateIniKeyValue dirWinSys$ + "WIN32S.INI", "Win32s", "Version", szNewVer$, cmoOverwrite CreateIniKeyValue dirWinSys$ + "WIN32S.INI", "Nls", "AnsiCP", "932", cmoOverwrite '' Indicate Win32s correctly copied and installed. ExitCode% = EXITSUCCESS '*---------------------------[ Install WinG files ]-------------------------*' InstallWinG: if instWING% = 0 then goto InstallSHGM endif dputs("---- Installing WinG files") ExitCode% = exitFAILWING ERR = 0 InstallWinGFiles '' Terminate if unhandled fatal error if ERR <> 0 then goto QUIT endif '' Backup SYSTEM.INI if we haven't already done so '' Make sure DVA.386 is setup correctly in SYSTEM.INI if InstallVFlatD <> 0 then if (systemIniBackedUp% = 0) then dputs("Creating backup of SYSTEM.INI") dputs(" backup name: " + MakePath(dirSHGM$,"SYSTEM.SGM")) CopyFile MakePath(GetWindowsDir,"SYSTEM.INI"),MakePath(dirSHGM$,"SYSTEM.SGM"),cmoForce,0 systemIniBackedUp% = 1 endif ''XXX CopyFile MakePath(GetWindowsDir,"SYSTEM.INI"),MakePath(dirSHGM$,"SYSTEM.SG1"),cmoForce,0 dputs("Updating SYSTEM.INI file:") dputs(" Adding device=DVA.386 statement to SYSTEM.INI") t% = UpdateIniWING() if t% = 0 then dputs(ErrStr$ + "WinG install failure: Unable to update SYSTEM.INI") goto Quit endif endif '' Terminate if unhandled fatal error if ERR <> 0 then goto QUIT endif '' Indicate WinG correctly copied and installed. ExitCode% = EXITSUCCESS '*------------------------------[ Install SHGM ]----------------------------*' InstallSHGM: dputs("---- Installing SHGM files") ExitCode% = exitFAILWING ERR = 0 InstallSHGMFiles '' Terminate if unhandled fatal error if ERR <> 0 then goto QUIT endif '' Have shell program (Program Manager) associate .SHV files with '' SHGM.EXE if it doesn't already do it '' if DoesIniKeyExist("WIN.INI", "Extensions", "SHV") = 0 then dputs("Creating backup of WIN.INI") CopyFile MakePath(GetWindowsDir,"WIN.INI"),MakePath(dirSHGM$,"WIN.SGM"),cmoForce,0 dputs(" backup name: " + MakePath(dirSHGM$,"WIN.SGM")) dputs(" Adding .SHV extension association to [Extensions]") dputs(" section of WIN.INI file") CreateIniKeyValue "WIN.INI", "Extensions", "SHV", "shgm.exe ^.SHV", cmoNone endif '' Create program group and items '' if (instVers$ = verSKU$) then CreateProgmanGroup "Activision", "", cmoNone ShowProgmanGroup "Activision", 1, cmoNone CreateProgmanItem "Activision", "ÅπèC âOâîü[âgâéü[âüâôâc", MakePath(dirSHGM$,"shgm.exe"), "", cmoOverwrite elseif (instVers$ = verPOP$) then CreateProgmanGroup "Activision", "", cmoNone ShowProgmanGroup "Activision", 1, cmoNone CreateProgmanItem "Activision", "ÅπèC âOâîü[âgâéü[âüâôâc æ╠î▒ö┼", MakePath(dirSHGM$,"shgm.exe"), "", cmoOverwrite else '' instVers$ = verCVR$ CreateProgmanGroup "Activision", "", cmoNone ShowProgmanGroup "Activision", 1, cmoNone CreateProgmanItem "Activision", "ÅπèC âOâîü[âgâéü[âüâôâc ÄGÄÅùpæ╠î▒ö┼", MakePath(dirSHGM$,"shgm.exe"), "", cmoOverwrite endif CreateProgmanItem "Activision", "ÅπèCâïü[âï", MakePath(dirSHGM$,"shgm.hlp"), "", cmoOverwrite CreateProgmanItem "Activision", "ÅπèC âgâëâuâïâVâàü[âeâBâôâO", MakePath(dirSHGM$,"techhelp.wri"), "", cmoOverwrite '' Indicate SHGM correctly copied and installed. '' ExitCode% = EXITSUCCESS '*--------------------------[ End install process ]-------------------------*' QUIT: '' Install error handler for final message box routines err% = ERR ON ERROR goto ERRQUIT if err% = 0 then dlg% = ExitCode% '' exit dialog based on ExitCode elseif err% = STFQUIT then dlg% = exitQUIT ExitCode% = exitQUIT '' user chose to quit install failure else dlg% = exitFAILURE '' non-specific install failure ExitCode% = exitQUIT endif '' If install was successful, then say so '' Note: if user chose not to (re)install either Win32s or WinG '' then inform user that the game will not function correctly '' until Win32s and WinG are present '' if dlg% = EXITSUCCESS then if (warnNeedWING% <> 0) and (warnNeedW32S% <> 0) then dlg% = dlgOK_NEED_W32S_WING elseif (warnNeedWING% <> 0) then dlg% = dlgOK_NEED_WING elseif (warnNeedW32S% <> 0) then dlg% = dlgOK_NEED_W32S endif endif QUITL1: sz$ = UIStartDlg(CUIDLL$, dlg%, "FInfo0DlgProc", 0, "") if sz$ = "REACTIVATE" then goto QUITL1 endif UIPop 1 if ExitCode% <> EXITSUCCESS then dputs(ErrStr$ + "Install failure") CloseLogFile boolLog% = 0 end '' End script! endif '*-----------------------[ Install Ok, Attempt Reboot ]---------------------*' if RestartListEmpty = 0 then dputs("--- Restart list is not empty (files were locked)") dputs(" Windows MUST be restarted to complete file installation") dlg% = dlgRESTART_MUST else dputs("--- Restart list is empty ") dputs(" Windows restart is suggested") dlg% = dlgRESTART_PLEASE endif AskReboot: sz$ = UIStartDlg(CUIDLL$, dlg%, "FInfoDlgProc", 0, "") if sz$ = "REACTIVATE" then goto AskReboot endif UIPop 1 '' return code is alwyas "CONTINUE" unless dialog box '' alloed an "EXIT" button '' if sz$ <> "CONTINUE" then dputs("--- User chose not to restart Windows") CloseLogFile boolLog% = 0 end '' END SCRIPT! endif dputs("--- Attempting to restart Windows") CloseLogFile boolLog% = 0 if RebootSystem = 0 then if RestartListEmpty = 1 then i% = DoMsgBox("Shanghai Great Moments may not run correctly until you restart Windows.", "Unable to Restart Windows", MB_ICONEXCLAMATION+MB_OK+MB_TASKMODAL) else i% = DoMsgBox("Fatal install failure. Please reinstall Shanghai Great Moments.", "Unable to Restart Windows", MB_ICONEXCLAMATION+MB_OK+MB_TASKMODAL) endif endif end '' End script '*----------------------------------------------------------------------------* '* '* Fatal error handler for error message routine '* '*----------------------------------------------------------------------------* ERRQUIT: i% = DoMsgBox("Setup sources were corrupted!", "Setup Message", MB_OK+MB_TASKMODAL+MB_ICONHAND) end '' End script '*----------------------------------------------------------------------------* '* '* Bypass run-time errors. Let final dialog box display fatal error message. '* '*----------------------------------------------------------------------------* ERRNORMAL: '' Check if user cancelled setup if ERR = STFQUIT then goto QUIT endif RESUME NEXT '*----------------------------------------------------------------------------* '* '* func: Presents user with a 'bad path' msgbox '* '* '*----------------------------------------------------------------------------* BadPath: sz$ = UIStartDlg(CUIDLL$, dlgBADPATH, "FInfo0DlgProc", 0, "") if sz$ = "REACTIVATE" then goto BADPATH endif UIPop 1 return '*----------------------------------------------------------------------------* '* '* func: Presents user with a 'insufficient space' msgbox '* '* '*----------------------------------------------------------------------------* BadDriveSpace: sz$ = UIStartDlg(CUIDLL$, dlgBADDISKSPACE, "FInfo0DlgProc", 0, "") if sz$ = "REACTIVATE" then goto BadDriveSpace endif UIPop 1 return '*----------------------------------------------------------------------------* '* '* func: Presents user with a 'bad drive' msgbox '* '* '*----------------------------------------------------------------------------* BadDrive: sz$ = UIStartDlg(CUIDLL$, dlgBADDRIVE, "FInfo0DlgProc", 0, "") if sz$ = "REACTIVATE" then goto BADDRIVE endif UIPop 1 return '*----------------------------------------------------------------------------* '* '* func: Provide an abort install dialog box '* '* rets: Returns to caller if user chose to continue '* otherwise, script (install process) is terminated '* '*----------------------------------------------------------------------------* AskQuit: sz$ = UIStartDlg(CUIDLL$, dlgASKQUIT, "FQuitDlgProc", 0, "") if sz$ = "EXIT" then UIPopAll ERROR STFQUIT elseif sz$ = "REACTIVATE" then goto AskQuit else UIPop 1 endif return '*----------------------------------------------------------------------------* '* '* func: Builds the copy list for the required Win32 files '* and copies to destination directories '* (also removes any outdated files) '* '* '* '*----------------------------------------------------------------------------* sub InstallWin32sFiles STATIC ClearCopyList W32SAddToCopyList CopyFilesInCopyList ClearCopyList end sub '*----------------------------------------------------------------------------* '* '* func: Builds the copy list for the required SHGM files '* and copies to destination directories '* '* '*----------------------------------------------------------------------------* sub InstallSHGMFiles STATIC ClearCopyList SHGMAddToCopyList CopyFilesInCopyList ClearCopyList end sub '*----------------------------------------------------------------------------* '* '* func: Builds the copy list for the required Win32 files '* and copies to destination directories '* (also removes any outdated files) '* '* '* '*----------------------------------------------------------------------------* sub InstallWinGFiles STATIC ClearCopyList WINGAddToCopyList CopyFilesInCopyList ClearCopyList end sub '*----------------------------------------------------------------------------* '* '*----------------------------------------------------------------------------* function RebootSystem STATIC AS INTEGER '' ExitExecRestart() will restart Windows, cleanup setup '' files, and copy over locked files before Windows restarts. '' i% = RestartListEmpty() if i% = 0 then '' ExitExecRestart() only returns if applications refuse to be shutdown. '' Win32s is installed but will not operate until Windows is restarted '' and the Win32s VxD is loaded. '' i% = ExitExecRestart() RebootSystem = 0 else '' If the RestartList list is empty, it is necessary to restart windows '' directly. The MSSETUP program creates _MSRSTRT.EXE and _MSSETUP.BAT '' in the restart directory. This program should be exec'd to handle '' proper MSSETUP cleanup (temp files) and restart Windows. '' i% = ExitWindowsExec( GetWindowsDir() + "_MSRSTRT.EXE", "_MSSETUP.BAT" ) RebootSystem = 0 endif end function '*----------------------------------------------------------------------------* '* '* func: Appends a file name to the end of a directory path, '* inserting a backslash character as needed. '* '* '* args: szDir$ - full directory path (with optional ending "\") '* szFile$ - filename to append to directory '* '* rets: Resulting fully qualified path name. '* '*----------------------------------------------------------------------------* function MakePath (szDir$, szFile$) STATIC AS STRING if szDir$ = "" then MakePath = szFile$ elseif szFile$ = "" then MakePath = szDir$ elseif MID$(szDir$, LEN(szDir$), 1) = "\" then MakePath = szDir$ + szFile$ else MakePath = szDir$ + "\" + szFile$ endif end function '*----------------------------------------------------------------------------* '* '* '* '* '*----------------------------------------------------------------------------* sub dputs(arg1$) static '$ifdef MYDEBUG i% = OutputDebugString(arg1$+chr$(13)+chr$(10)) '$endif '' Also print out to log file if boolLog% <> 0 then WriteToLogFile arg1$ endif end sub '*----------------------------------------------------------------------------* '* '* '* '* '*----------------------------------------------------------------------------* function DoesSectionFilesExist(szSection$,szDirPath$,dlgId%) static as integer '' find out if the directory where the files should be actually exists result% = 0 CursorSave% = ShowWaitCursor() DSFE1: sz$ = UIStartDlg(CUIDLL$,dlgID%,"FModelessDlgProc", 0, "") if sz$ = "REACTIVATE" then goto DSFE1 endif dputs("Checking if following directory already exists") dputs("Directory: " + szDirPath$) if DoesDirExist(szDirPath$) = 0 then dputs("Above directory does not already exist") goto DSFE endif dputs("Yes, the above directory already exists") '' make a list of the necessary Win32s files in the Win32s directory '' MakeListFromSectionKeys "MY_LIST" , szSection$ numFiles% = GetListLength("MY_LIST") result% = 1 '' now make sure every file exists dputs("Now checking to see if following files exist in above directory") for i% = 1 to numFiles% step 1 currItem$ = GetListItem("MY_LIST",i%) dputs("- " + currItem$) if DoesFileExist(szDirPath$ + currItem$, femExists) = 0 then dputs(" *MISSING*") result = 0 else dputs(" found") endif next i% if (result% = 1) then dputs("All of the above files were present") else dputs("One or more of the above files were missing") endif DSFE: UIPop 1 RestoreCursor CursorSave% SetSymbolValue "MY_LIST", "" currFile$ = "" DoesSectionFilesExist = result% end function '' Stuff to determine 256 color capability const RASTERCAPS = 38 const BITSPIXEL = 12 const RC_PALETTE = 256 declare function GetDC LIB "USER.EXE" (arg1%) as integer declare function ReleaseDC LIB "USER.EXE" (arg1%,arg2%) as integer declare function GetDeviceCaps LIB "GDI.EXE" (arg1%,arg2%) as integer '*----------------------------------------------------------------------------* '* '* '* '* '*----------------------------------------------------------------------------* function Have256Colors static as integer Have256Colors = 0 '' Obtain system DC hDC% = GetDC(0) tmpInt% = GetDeviceCaps(hDC%,RASTERCAPS) if (tmpInt% and RC_PALETTE) then tmpInt% = GetDeviceCaps(hDC%,BITSPIXEL) if (tmpInt% = 8) then Have256Colors = 1 endif endif tmpInt% = ReleaseDC(0,hDC%) end function '*----------------------------------------------------------------------------* '* '* '* '* '*----------------------------------------------------------------------------* function ConfirmDialog(dlgID%) static as integer CF1: sz$ = UIStartDlg(CUIDLL$,dlgID%,"FInfoDlgProc", 0, "") if sz$ = "CONTINUE" then ConfirmDialog = 1 UIPop 1 elseif sz$ = "REACTIVATE" then goto CF1 else ConfirmDialog = 0 UIPop 1 endif end function '*----------------------------------------------------------------------------* '* '* '* '* '*----------------------------------------------------------------------------* sub W32SAddToCopyList static '' Add Win32s files AddSectionFilesToCopyList "WindowsSystem", SrcDir$, dirWinSys$ AddSectionFilesToCopyList "WindowsSystemWin32s", SrcDir$, dirWinSys$ + "WIN32S\" '' Add obsolete files to be removed '' AddSectionFilesToCopyList "Win32sSystemObsoleteFiles", SrcDir$, dirWinSys$ + "WIN32S\" end sub '*----------------------------------------------------------------------------* '* '* '* '* '*----------------------------------------------------------------------------* function InstallVFlatD static as integer InstallVFLatD = 0 '' only use DVA on Windows 3.x '' if onWin31% = 1 then dputs("Checking to see if VFlatD is installed (DVA.386)") if VflatdPresent() = 0 then dputs("VFlatD is not present (DVA.386 driver)") InstallVFlatD = 1 else dputs("VFlatD is already installed (DVA.386)") endif endif end function '*----------------------------------------------------------------------------* '* '* '* '* '*----------------------------------------------------------------------------* sub WINGAddToCopyList static AddSectionFilesToCopyList "WinG", SrcDir$, dirWinSys$ if InstallVFlatD <> 0 then AddSectionFilesToCopyList "dva", SrcDir$, dirWinSys$ endif end sub '*----------------------------------------------------------------------------* '* '* '* '* '*----------------------------------------------------------------------------* sub SHGMAddToCopyList static AddSectionFilesToCopyList "SHGM", SrcDir$, dirSHGM$ end sub